home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / fixptlib / fp_manifold_proc.c < prev    next >
Encoding:
Text File  |  1989-11-18  |  143 b   |  11 lines

  1. /* A procedure for computing the manifold of the saddles */
  2.  
  3. void
  4. fp_manifold_proc()
  5. {
  6.     all_reset();
  7.         fp_manifold();
  8.     all_refresh();
  9. }
  10.  
  11.